Fix again.
authorDave Love <fx@gnu.org>
Thu, 30 Nov 2000 19:12:05 +0000 (19:12 +0000)
committerDave Love <fx@gnu.org>
Thu, 30 Nov 2000 19:12:05 +0000 (19:12 +0000)
lisp/cus-start.el

index 2709588840e0102a6eb17a6fd79e4fb07dcd7f54..608d0bc7f8aa8419b1e328da17aa1999b745c97c 100644 (file)
              "21.1")
             (minibuffer-auto-raise minibuffer boolean)
             ;; options property set at end
-            (read-buffer-function minibuffer (choice (const nil) function))
+            (read-buffer-function minibuffer
+                                  (choice (const nil)
+                                          (function-item iswitchb-read-buffer)
+                                          function))
             ;; msdos.c
             (dos-unsupported-char-glyph display integer)
             ;; process.c
        (put symbol 'custom-type type)
        (put symbol 'custom-version version)))))
 
-(custom-add-option 'read-buffer-function 'iswitchb-read-buffer)
 (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
 
 ;; Record cus-start as loaded